object Form2: TForm2 Left = 290 Top = 105 BorderIcons = [] BorderStyle = bsDialog Caption = 'CleanUp Setup' ClientHeight = 283 ClientWidth = 492 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Pan1: TPanel Left = 0 Top = 0 Width = 492 Height = 283 BevelOuter = bvNone Locked = True TabOrder = 0 object Bevel1: TBevel Left = 8 Top = 8 Width = 118 Height = 228 end object ImageSetup: TImage Left = 9 Top = 9 Width = 115 Height = 225 AutoSize = True Picture.Data = {} end object lblMessage1: TLabel Left = 144 Top = 8 Width = 329 Height = 33 AutoSize = False Caption = 'Welcome to CleanUp Setup program. This program will install Cle' + 'anUp on your computer.' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblMessage2: TLabel Left = 144 Top = 48 Width = 329 Height = 33 AutoSize = False Caption = 'It is strongly recommended that you exit all Windows programs be' + 'fore running this Setup program.' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblMessage3: TLabel Left = 144 Top = 88 Width = 329 Height = 41 AutoSize = False Caption = 'Click Cancel to quit Setup and then close any programs you have ' + 'running. Click Next to continue with the Setup program.' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblMessage4: TLabel Left = 144 Top = 144 Width = 329 Height = 41 AutoSize = False Caption = 'WARNING: This program is protected by copyright law and interna' + 'tional treaties.' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblMessage5: TLabel Left = 144 Top = 192 Width = 329 Height = 41 AutoSize = False Caption = 'Unauthorized reproduction or distribution of this program, or an' + 'y portion of it, may result in severe civil and criminal penalti' + 'es, and will be prosecuted to the maximum extent under the law.' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Bevel2: TBevel Left = 8 Top = 240 Width = 465 Height = 17 Shape = bsTopLine end object btnBack: TBitBtn Left = 312 Top = 248 Width = 81 Height = 25 Cancel = True Caption = '< &Back' Enabled = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = btnBackClick NumGlyphs = 2 end object btnNext: TBitBtn Left = 392 Top = 248 Width = 81 Height = 25 Caption = '&Next >' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnNextClick end object GroupBox1: TGroupBox Left = 144 Top = 184 Width = 329 Height = 49 Caption = 'Install Directory' TabOrder = 2 Visible = False object Label4: TLabel Left = 8 Top = 24 Width = 124 Height = 13 Caption = 'C:\Program Files\CleanUp' end object Button1: TButton Left = 240 Top = 16 Width = 75 Height = 25 Caption = 'Browse...' TabOrder = 0 OnClick = Button1Click end end object btnCancel: TBitBtn Left = 224 Top = 248 Width = 81 Height = 25 Cancel = True Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 NumGlyphs = 2 end end object FolderBrowse: TFolderBrowse Title = 'Install Directory' Left = 16 Top = 248 end object ShellLink: TPBShellLink FileIcon.IconIndex = 0 HotKey = 0 WindowState = wsNormal Left = 48 Top = 248 end end